Update link syntax to RST from Markdown #9 - #10
Conversation
Signed-off-by: Steven Esser <sesser@nexb.com>
| ****************** | ||
|
|
||
| - **[ScanCode Toolkit](https://github.com/nexB/scancode-toolkit)**: This is a set of code scanning tools to detect the origin and license of code and dependencies. ScanCode Toolkit uses a plug-in architecture to run a series of scan-related tools in one process flow. This is the most popular project and is used by hundreds of software teams. https://github.com/nexB/scancode-toolkit . The lead maintainer is @pombredanne | ||
| - `ScanCode Toolkit <https://github.com/nexB/scancode-toolkit>`_: This is a set of code scanning tools to detect the origin and license of code and dependencies. ScanCode Toolkit uses a plug-in architecture to run a series of scan-related tools in one process flow. This is the most popular project and is used by hundreds of software teams. https://github.com/nexB/scancode-toolkit . The lead maintainer is @pombredanne |
There was a problem hiding this comment.
Can you elaborate on the reason for these markup changes? what is the result from this visually?
There was a problem hiding this comment.
Specifically I meant the use of backticks
There was a problem hiding this comment.
@pombredanne Notice on this page (the current version of this file): https://aboutcode.readthedocs.io/en/latest/help.html
The links are still in Markdown Syntax, and not actually RST links. the backticks create valid RST links
There was a problem hiding this comment.
Perfect. Thank you for the details.
And will these still be bolded?
There was a problem hiding this comment.
No, there is currently no way to bold links like this in RST... See: http://docutils.sourceforge.net/FAQ.html#is-nested-inline-markup-possible
|
Assuming this can be merged... Will wait a bit for any other comments. |
|
ok with me |
Signed-off-by: Steven Esser sesser@nexb.com